From 2e904d29308e9dc0865c4ba3392614ae930e7341 Mon Sep 17 00:00:00 2001 From: justbur Date: Tue, 7 Jul 2015 13:24:39 -0400 Subject: [PATCH] Add DEL to special keys --- which-key.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/which-key.el b/which-key.el index d2b06cfb0f4..9a45cf18830 100644 --- a/which-key.el +++ b/which-key.el @@ -43,7 +43,7 @@ strings in the cdr for each key.") '(("Prefix Command" . "prefix")) "See `which-key-key-replacement-alist'. This is a list of cons cells for replacing descriptions.") -(defvar which-key-special-keys '("SPC" "TAB" "RET" "ESC")) +(defvar which-key-special-keys '("SPC" "TAB" "RET" "ESC" "DEL")) (defvar which-key-buffer-name "*which-key*" "Name of which-key buffer.") (defvar which-key-popup-type 'minibuffer -- 2.30.2